[Mini-OS] Move _ctype into a module
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 23 Nov 2007 16:41:54 +0000 (16:41 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 23 Nov 2007 16:41:54 +0000 (16:41 +0000)
commit63c4c4eabe15e762b4760169f9e931bac47c6beb
treeb15e639246c01edea06768a6caf6149ef64941a8
parent29c4a80b7449ea5d95a74d38c87b5c471102ce7d
[Mini-OS] Move _ctype into a module

Move the _ctype array into its own module, instead of having it
defined in a header.

Signed-off-by: Samuel Thibault <samuel.thibault@citrix.com>
extras/mini-os/include/ctype.h
extras/mini-os/lib/ctype.c [new file with mode: 0644]